home *** CD-ROM | disk | FTP | other *** search
- // Copyright 1999 Macromedia, Inc. All rights reserved.
-
- //--------------- API FUNCTIONS ---------------
-
- function objectTag() {
- var bDialogState = dw.getShowDialogsOnInsert(); // Was dialog shown?
- var newURL = dw.doURLEncoding(browseForFileURL("select", "", true));
-
- if ((newURL == '') && bDialogState) { return ''; }
-
- return returnFormTag('<INPUT TYPE="image" border="0" name="imageField" SRC="' + newURL + '">');
- }
-